object PrintMarginForm: TPrintMarginForm Left = 21 Top = 100 ActiveControl = m_btnClose BorderIcons = [biSystemMenu] BorderStyle = bsToolWindow BorderWidth = 5 Caption = 'Margins' ClientHeight = 101 ClientWidth = 234 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] FormStyle = fsStayOnTop OldCreateOrder = False OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object lTop: TLabel Left = 11 Top = 11 Width = 22 Height = 13 Caption = 'Top:' end object lLeft: TLabel Left = 11 Top = 43 Width = 21 Height = 13 Caption = 'Left:' end object lBottom: TLabel Left = 120 Top = 11 Width = 36 Height = 13 Caption = 'Bottom:' end object lRight: TLabel Left = 120 Top = 43 Width = 28 Height = 13 Caption = 'Right:' end object Bevel1: TBevel Left = 0 Top = 64 Width = 233 Height = 10 Shape = bsBottomLine end object m_btnClose: TButton Left = 152 Top = 80 Width = 75 Height = 20 Caption = 'Close' ModalResult = 1 TabOrder = 0 OnClick = m_btnCloseClick end object m_cbShowMargins: TCheckBox Left = 5 Top = 80 Width = 145 Height = 20 Caption = 'Show margins' TabOrder = 1 OnClick = m_cbShowMarginsClick end object m_eTopMargin: TEdit Left = 56 Top = 8 Width = 41 Height = 21 TabOrder = 2 Text = '0' OnChange = m_eTopMarginChange OnExit = m_eMarginExit OnKeyPress = m_eMarginKeyPress end object m_udTopMargin: TUpDown Left = 97 Top = 8 Width = 17 Height = 21 Min = 0 Position = 50 TabOrder = 3 Wrap = False OnChangingEx = m_udTopMarginChangingEx end object m_eLeftMargin: TEdit Left = 56 Top = 40 Width = 41 Height = 21 TabOrder = 4 Text = '0' OnChange = m_eLeftMarginChange OnKeyPress = m_eMarginKeyPress end object m_udLeftMargin: TUpDown Left = 97 Top = 40 Width = 17 Height = 21 Min = 0 Position = 50 TabOrder = 5 Wrap = False OnChangingEx = m_udLeftMarginChangingEx end object m_eBottomMargin: TEdit Left = 168 Top = 8 Width = 41 Height = 21 TabOrder = 6 Text = '0' OnChange = m_eBottomMarginChange OnKeyPress = m_eMarginKeyPress end object m_eRightMargin: TEdit Left = 168 Top = 40 Width = 41 Height = 21 TabOrder = 7 Text = '0' OnChange = m_eRightMarginChange OnKeyPress = m_eMarginKeyPress end object m_udRightMargin: TUpDown Left = 209 Top = 40 Width = 17 Height = 21 Min = 0 Position = 50 TabOrder = 8 Wrap = False OnChangingEx = m_udRightMarginChangingEx end object m_udBottomMargin: TUpDown Left = 209 Top = 8 Width = 17 Height = 21 Min = 0 Position = 50 TabOrder = 9 Wrap = False OnChangingEx = m_udBottomMarginChangingEx end object smlFormLangRes: TsmlFormLangRes LangFileName = 'DefLang.ini' IgnoreEmptyString = True AutoCreateMode = True AddBracket = True StringProperties.Strings = ( 'Caption') StringsProperties.Strings = ( 'Tabs' 'Items') IgnoreControls.Strings = ( 'm_eLeftMargin' 'm_eTopMargin' 'm_udLeftMargin' 'm_udTopMargin' 'm_eBottomMargin' 'm_udBottomMargin' 'm_eRightMargin' 'm_udRightMargin' 'Label4' 'Bevel1') IgnoreFormCaption = False IncludeListViewItems = False IncludeListViewHead = False IncludeTreeViewItems = False Active = False end end